home *** CD-ROM | disk | FTP | other *** search
/ QuickTime VR Showcase / QuickTime VR Showcase.iso / media / resource.Dxr / 00008.ls < prev    next >
Encoding:
Text File  |  1996-12-29  |  344 b   |  14 lines

  1. on exitFrame
  2.   global gObjCaptain
  3.   rollTest(gObjCaptain)
  4.   go(the frame)
  5. end
  6.  
  7. on mouseDown
  8.   global gObjCaptain
  9.   if (the clickOn = 42) or (the clickOn = 43) or (the clickOn = 44) or (the clickOn = 45) or (the clickOn = 46) or (the clickOn = 47) then
  10.     set the movieRate of sprite 39 to 0
  11.   end if
  12.   mouseClick(gObjCaptain, the clickOn)
  13. end
  14.